/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    INLET
    {
        type            patch;
        nFaces          491;
        startFace       163387;
    }
    OUTLET
    {
        type            patch;
        nFaces          566;
        startFace       163878;
    }
    MOUTHPIECE
    {
        type            wall;
        inGroups        1(wall);
        nFaces          534;
        startFace       164444;
    }
    WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          5291;
        startFace       164978;
    }
    CHANNEL1
    {
        type            wall;
        inGroups        1(wall);
        nFaces          741;
        startFace       170269;
    }
    CHANNEL2
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1755;
        startFace       171010;
    }
)

// ************************************************************************* //
